projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aad703
)
* admin/update_autogen: Remove unused variables.
author
Stefan Kangas
<stefan@marxist.se>
Wed, 10 Nov 2021 15:37:47 +0000
(16:37 +0100)
committer
Stefan Kangas
<stefan@marxist.se>
Wed, 10 Nov 2021 15:37:52 +0000
(16:37 +0100)
admin/update_autogen
patch
|
blob
|
history
diff --git
a/admin/update_autogen
b/admin/update_autogen
index 11c4313ae37fbcd479a326553e339d0b5a0834a1..a54c5ace1dba0ee201fba649e5c05616c655a2ac 100755
(executable)
--- a/
admin/update_autogen
+++ b/
admin/update_autogen
@@
-248,7
+248,7
@@
info_dir ()
rm -f $outfile
cp $basefile $outfile
- local topic file dircat
dirent
+ local topic file dircat
## FIXME inefficient looping.
for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \
@@
-292,8
+292,6
@@
EOF
[ "$autogendir" ] && {
- oldpwd=$PWD
-
cp $genfiles $autogendir/
cd $autogendir || die "cd error for $autogendir"